home *** CD-ROM | disk | FTP | other *** search
- Path: news.lpr.carel.fi!usenet
- From: Ari Lukumies <aril@cmt.lpr.mail.carel.fi>
- Newsgroups: comp.lang.c
- Subject: Re: command line error D2027 : What is it?
- Date: Mon, 19 Feb 1996 15:40:32 +0200
- Organization: Carelcomp Forest
- Message-ID: <31287DD0.5680@cmt.lpr.mail.carel.fi>
- References: <4g0svm$khe@cloner2.ix.netcom.com>
- NNTP-Posting-Host: renoir.cclahti.carel.fi
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b6a (WinNT; I)
-
- Victor Morhaim wrote:
- >
- > In my first attempt at using a 'C' compiler MS Ver 6.0.
- >
- > I get the following error when I try to compile:
- >
- > Command line error D2027: could not execute 'C:\c600\bin\c1.exe'
- >
- > Does anyone know what this means?
-
- Usually you get this error compiling a large module. Try cl /? and cl /help to get the list
- of the compiler options. If I recall, there's a switch to make the compiler use an
- alternative compiler pass (/B?) that uses less memory. Also, if you're using NMAKE, try NMK
- instead.
-
- Later,
- AriL
- --
- All my opinions are mine and mine alone.
-